net/http.http2ClientConn.inflow (field)
8 uses
net/http (current package)
h2_bundle.go#L7796: inflow http2inflow // peer's conn-level flow control
h2_bundle.go#L8321: cc.inflow.init(conf.MaxUploadBufferPerConnection + http2initialWindowSize)
h2_bundle.go#L10262: connAdd := cc.inflow.add(n)
h2_bundle.go#L10296: connAdd := cc.inflow.add(unread)
h2_bundle.go#L10344: ok := cc.inflow.take(f.Length)
h2_bundle.go#L10345: connAdd := cc.inflow.add(int(f.Length))
h2_bundle.go#L10386: if !http2takeInflows(&cc.inflow, &cs.inflow, f.Length) {
h2_bundle.go#L10408: sendConn := cc.inflow.add(refund)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)